06. Programming Environment Setup

Programming Environment Setup

Configure Your Own Python Programming Setup

Now you've seen my setup, take a moment to get yourself comfortable on your own computer.

Below you will find a number of different options for code editors. We recommend for all of our courses using Atom , which will work on all operating systems. If you decide not to use Atom, for first time coders Sublime is also popular.

For Mac and Linux:

For Windows:

Get your screen set up with a text editor, terminal/command line and the Udacity classroom in a web browser, so you can iterate on your Python script. Play with the display options to see what you find most comfortable to look at, and see if you can find a tab-to-four-spaces option - that'll be very useful for Python indentation.